home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Telnet 2.6.1d1 4⁄26⁄94 Folder / source / tek / rghp.proto.h < prev    next >
Text File  |  1993-08-31  |  617b  |  23 lines

  1.  
  2. /* rghp.c */
  3. int RGHPoutfunc(int (*f )());
  4. int RGHPnewwin(void);
  5. int RGHPclrscr(int w);
  6. int RGHPclose(int w);
  7. int RGHPpoint(int w, int x, int y);
  8. int RGHPdrawline(int w, int x0, int y0, int x1, int y1);
  9. int RGHPpagedone(int w);
  10. int RGHPdataline(int w, int data, int count);
  11. int RGHPpencolor(int w, int color);
  12. int RGHPcharmode(int w, int rotation, int size);
  13. int RGHPshowcur(void);
  14. int RGHPlockcur(void);
  15. int RGHPhidecur(void);
  16. int RGHPbell(int w);
  17. int RGHPuncover(int w);
  18. char *RGHPdevname(void);
  19. int RGHPinit(void);
  20. int RGHPinfo(int w, int a, int b, int c, int d, int v);
  21. int RGHPgmode(void);
  22. int RGHPtmode(void);
  23.